home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TCHOOSE / TCHOOSE.txt
Text File  |  1996-08-04  |  2KB  |  79 lines

  1. object Choose: TChoose
  2.   Left = 235
  3.   Top = 210
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose from List'
  7.   ClientHeight = 239
  8.   ClientWidth = 310
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 216
  20.     Width = 214
  21.     Height = 13
  22.     Caption = 'You can click on multiple items to select them'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object OKBtn: TBitBtn
  30.     Left = 224
  31.     Top = 8
  32.     Width = 77
  33.     Height = 27
  34.     Caption = 'OK'
  35.     Default = True
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ModalResult = 1
  41.     ParentFont = False
  42.     TabOrder = 0
  43.     Margin = 2
  44.     NumGlyphs = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object CancelBtn: TBitBtn
  49.     Left = 224
  50.     Top = 44
  51.     Width = 77
  52.     Height = 27
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ModalResult = 2
  60.     ParentFont = False
  61.     TabOrder = 1
  62.     Margin = 2
  63.     NumGlyphs = 2
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object ChooseList: TListBox
  68.     Left = 8
  69.     Top = 8
  70.     Width = 209
  71.     Height = 201
  72.     ExtendedSelect = False
  73.     ItemHeight = 13
  74.     MultiSelect = True
  75.     TabOrder = 2
  76.     OnDblClick = ChooseListDblClick
  77.   end
  78. end
  79.